home *** CD-ROM | disk | FTP | other *** search
/ Delphi 2.0 - Programmer's Utilities Power Pack / Delphi 2.0 Programmer's Utilities Power Pack.iso / e_to_l / fccopy / fctest.dfm / fctest.txt
Text File  |  1996-09-15  |  550b  |  28 lines

  1. object TestProgram: TTestProgram
  2.   Left = 200
  3.   Top = 97
  4.   Width = 440
  5.   Height = 300
  6.   Caption = 'TestProgram'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   OnActivate = FormActivate
  13.   OnClose = FormClose
  14.   OnCloseQuery = FormCloseQuery
  15.   TextHeight = 16
  16.   object FileCopy1: TFileCopy
  17.     OverWrite = False
  18.     SaveAttribs = False
  19.     NetFileAccess = True
  20.     Everything = True
  21.     HourGlass = False
  22.     CRCCheck = True
  23.     CheckDiskSpace = False
  24.     Left = 12
  25.     Top = 8
  26.   end
  27. end
  28.